﻿COUNTRIES = {
	c:GBR ?= {
		set_next_election_date = 1836.2.1
		
		ig:ig_intelligentsia = {
			add_ruling_interest_group = yes
		}

		ig:ig_petty_bourgeoisie = {
			add_ruling_interest_group = yes
		}
		
		effect_starting_technology_tier_1_tech = yes

		# Laws 
		activate_law = law_type:law_monarchy
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_protectionism # Corn Laws, babyyy
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_colonial_resettlement
		activate_law = law_type:law_poor_laws
		activate_law = law_type:law_charitable_health_system
		activate_law = law_type:law_dedicated_police
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_tenant_farmers # enclosure acts
		activate_law = law_type:law_migration_controls
		
		set_institution_investment_level = {
			institution = institution_colonial_affairs
			level = 2
		}
		
		set_institution_investment_level = {
			institution = institution_schools
			level = 3
		}

		set_institution_investment_level = {
			institution = institution_police
			level = 3
		}

		set_institution_investment_level = {
			institution = institution_social_security
			level = 2
		}

		add_journal_entry = { type = je_victoria }
		if = {
			limit = {
				has_dlc_feature = rp1_content
			}
			add_journal_entry = { type = je_aberdeen_act }
		}

		add_modifier = {
			name = brazilian_slave_trade_modifier
			months = 600 # 50 Years
		}

		add_company = company_type:company_basic_textiles
		company:company_basic_textiles = {
			set_company_establishment_date = 1830.1.1
			set_company_state_region = s:STATE_HOME_COUNTIES
		}

		add_company = company_type:company_bolckow_vaughan
		company:company_bolckow_vaughan = {
			set_company_establishment_date = 1830.1.1
			set_company_state_region = s:STATE_YORKSHIRE
		}
	}
}
